home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / games / blackj.zip / BLACKJ.TXT < prev    next >
Text File  |  1995-02-12  |  4KB  |  100 lines

  1. Program name: BLACKJ
  2.  
  3. Description:
  4.  
  5.     This is basically a Windows based Black Jack program that follows 
  6. closely to Las Vegas casino rules.  It also contains a limited card counting 
  7. and probability calculation utilities that may be of some help for the player.
  8. This program was written in Visual Basic and was tested on Windows 3.1
  9.  
  10. I hope you will enjoy this game.  As a favor, I would really appreciate if 
  11. you could send me the feedback (no offensive language please) or found bugs 
  12. that you find from this program.  I can learn from your suggestions and 
  13. apply them to make improvements on my next program.  Thank you :-)
  14.  
  15. Regard
  16. Ming L. So
  17. 1/31/95
  18.  
  19. --------------------------------------------------------------------------------
  20.  
  21. Disclaimers
  22.  
  23.     This program is a shareware and is not to be resold or distributed for 
  24. sale with other programs which are for sale.  However you are welcome to give
  25. this software to others providing that they follow the same restrictions per
  26. described in here.  There is no warranty or claim of fitness or reliability.
  27. The program is distributed AS IS, and as such the author shall NOT be held 
  28. liable for any loss of data, down time, loss of revenue or any other direct 
  29. or indirect damage or claims caused by this program.
  30.  
  31. --------------------------------------------------------------------------------
  32.  
  33. Download and installation:
  34.  
  35.     When you download this software, you should make sure that you have 
  36. downloaded all of the following files:
  37.  
  38.     BLACKJ.EXE
  39.     BLACKJ.HLP
  40.     BLACKJ.INI
  41.     BLACKJ_O.INI
  42.     BLACKJ.TXT
  43.     VBRUN300.DLL
  44.  
  45.     To install onto your harddisk, just create a directory and copy all 
  46. these files with the exception of VBRUN300.DLL into that directory.  
  47. VBRUN300.DLL is recommended to be copied into your C:\WINDOWS\SYSTEM directory.
  48. If you already have a copy of VBRUN300.DLL in that directory, then you don't 
  49. need to write over it with this one (unless you have some trouble running it.
  50. In this case you would want to rename the old one and then copy this one into
  51. the directory). Next you should start your Windows and check with your Windows
  52. documentation on how to install it into your Windows.  The normal sequence would
  53. be:
  54.  
  55.     Select the Windows group where you want to keep the game,
  56.     Select File from your Program Manager,
  57.     Select New... 
  58.     Select program item, and then click OK
  59.     Fill in the each of the following fields:
  60.          Description:        BLACKJ
  61.         Command Line:        path\BLACKJ.EXE
  62.         Working Directory: path
  63.         
  64.     where "path" is the name of the directory where you have stored
  65.     all the BLACKJ files.  Now just click OK and an black jack icon
  66.     should appear in the Windows group that you have selected previously. 
  67.     
  68.  
  69.     This program will start initially with a message stating that it is not 
  70. registered for you.  In order for you to properly register this program, you
  71. will need to do one of the followings:
  72.  
  73.   1)  Send at least one comment or suggestion regarding this program along with
  74.       a self addressed stamped envelop to me.  As you can see, I am not trying
  75.       to make any money off this program.  I just want to see what kind of 
  76.       improvements I should make for my next program.  Also be sure to include
  77.       your name (it doesn't have to be real) for I will need it to generate
  78.       a software key for you.
  79.  
  80.   or
  81.  
  82.   2)  Send in $2 (this is the cost of NOT giving me your opinion plus the 
  83.       handling charge) along with a self addressed stamped envelop to me.
  84.       Again I will need a name from you.
  85.  
  86. Please send your comments, suggestions, or handling fee to the following 
  87. address:
  88.  
  89.     Ming L. So
  90.     POBox 273163
  91.     Concord CA  94527-3163
  92.  
  93. --------------------------------------------------------------------------------
  94.  
  95. Acknowledgement
  96.  
  97.     I would like to thank Mark McLean for his help on beta testing this
  98. program.  Numerous improvements have been made on this version due to his 
  99. suggestions.
  100.